home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / evd41.zip / CMDLINE.DOC next >
Text File  |  1992-03-01  |  2KB  |  40 lines

  1.     CMDLINE.DOC
  2.  
  3.     If you needed to specify a  non-standard port address and IRQ, then the
  4.     syntax is PORT:AAAA:X where AAAA is the  base address and X is the IRQ.
  5.     PORT:AAAA:X *MUST* be the fourth parameter passed on the command line.
  6.  
  7.     EVDoor will  assume COM1 =  03F8 IRQ 4,  COM2 = 02E8  IRQ3, COM3 = 03E8
  8.     IRQ4 and COM4  = 02E8 IRQ 3. If the  sysop had a different non-standard
  9.     port address  and irq, he  could then  use  the PORT cmd  to change the
  10.     defaults.  Below is  some examples  of how  your program would/could be
  11.     called up Notice PORT is always the  third argument to be passed if you
  12.     wanted to use it.
  13.  
  14.     EVDoor will  also support the use  of FOSSIL drivers. The  syntax for a
  15.     FOSSIL driver is: PORT:F:P. The 'F' tells EVDoor to use a Fossil driver
  16.     for it's  communications. The 'P' following  it tells it which  port to
  17.     use  for the  Fossil. Example  - PORT:F:1,  tells Ckit  to use a fossil
  18.     driver for port 1.
  19.  
  20.     EVDoor's cmd line could be any one of the following:
  21.     EVDOOR c:\pcb\pcboard.sys c:\pcb\main\users evdoor.dat
  22.     
  23.     Using non-standard port
  24.     EVDOOR c:\pcb\pcboard.sys c:\pcb\main\users evdoor.dat PORT:03E8:5
  25.  
  26.     Using a fossil driver on port 1
  27.     EVDOOR c:\pcb\pcboard.sys c:\pcb\main\users evdoor.dat PORT:F:1
  28.  
  29.     Troubleshooting
  30.     EVDOOR c:\pcb\pcboard.sys c:\pcb\main\users evdoor.dat DEBUG
  31.         
  32.      DEBUG *must* be the  last command on the command line no matter
  33.      which  one of the above examples you may use.  DEBUG will write
  34.      to EVDERROR.LOG.  Turning DEBUG on WILL slow EVDoor down!! Send
  35.      your  EVDERROR.LOG to The Eagle's Nest II BBS,  Support BBS for
  36.      EVDoor, were we can assist you in troubleshooting your problems.
  37.  
  38.  
  39.  
  40.